A complete program with the method ShowCar:
import java.util.Scanner; // header file
public class ShowChar
{
public static void main(String[] args)
{
String lnOfText;
int i;
Scanner input = new Scanner(System.in);
System.out.print("Enter a line of text:");
lnOfText = input.nextLine();
System.out.print(" Enter your index: ");
i = input.nextInt();
show_Char(lnOfText,i);
}
public static void show_Char(String str_a, int i)
{
System.out.print(str_a.charAt(i));
}
}
In this program, both the inputs ie. a sentence or line of text as well as the index position is obtained. A method is written to find the string at that particular position. Finally the method prints that character at the particular index.
The preview would be constructed by putting the next slide monitor on the left and the speaker notes on the name of the dominant hand… the right.
Answer:
D. Segregation was practiced even where it was not the law.
Explanation:
Answer:
gather, organize, and share data.
Explanation:
Presentation can be defined as an act of talking or speaking formally to an audience in order to explain an idea, piece of work, project, and product with the aid of multimedia resources or samples.
Basically, any speaker who wish to create an effective presentation should endeavor to interact frequently with the audience by holding a conversation.
In this scenario, a department manager is planning a presentation on how data platforms work but needs to simplify the language for the audience to better understand the main steps. Thus, the three steps which most accurately describe the manager's approach are;
I. Gather: the manager should acquire the necessary data for the presentation, from a reliable and credible source.
II. Organize: he or she should then proceed to sort out the data into segments or groups for better understanding.
III. Share data: the data gathered and organized should be disseminated to the audience.