InterviewSolution
Saved Bookmarks
| 1. |
Write a program to display three IPL teams name in separate line |
| Answer» CLASS p1{public static VOID main ( ) {int i;System. out.println ( " Chennai Super KINGS")System. out.println (" Delhi capitals")System.out.println ("Rajasthan Royals") } }} | |