WAP to print your name four times in the same line
Answers
Answered by
3
Explanation:
public class KboatSchoolName
{
public static void main(String args[]) {
System.out.println("St. Francis' College");
System.out.println("St. Francis' College");
System.out.println("St. Francis' College");
System.out.println("St. Francis' College");
}
}
Answered by
0
Explanation:
Initially the rectangular prism on the left was full of water. Then water was poured in the right cylindrical container so that the heights of water in both containers are equal. Find the height h of water in both containers.(round your answer to the nearest tenth of a cm).
Similar questions
History,
11 days ago
English,
11 days ago
Physics,
24 days ago
Math,
8 months ago
Computer Science,
8 months ago