write a java program to print the output as shown below
purchased items in the month of june
product quantity price
t-shirt 2 600
shirt 3 999
kurti 2 749
total 7 1599
Answers
Answered by
7
Sociology is the study of groups and group interactions, societies and social interactions, from small and personal groups to very large groups. A group of people who live in a defined geographic area, who interact with one another, and who share a common culture is what sociologists call a society.
Answered by
0
Answer
You can print any text you want with the command, as long as the command System.out.println("arbitrary text"); — i.e., System dot out dot println open parenthesis ( "the text" close parenthesis ) and semicolon ; remains unchanged. The command below will print the text "Hello there!".
System.out.println("Hello there!");
Explanation:
Similar questions