Computer Science, asked by deyujjal817, 1 year ago

Can anyone solve this program in java: write a program in java to store ten diferent country names and their capitals in two different SDAs

Answers

Answered by HRSRaj
1





Java Program to Print Multiplication Table for any Number. public class Multiplication_Table. { Scanner s = new Scanner(System. System. out. print("Enter number:"); int n=s. for(int i=1; i <= 10; i++) { System. out. println(n+" * "+i+" = "+n*i);
Similar questions