Write a program to display your name, Class, Section in a screen.
Anonymous:
which language shud I write sire / madam ?
Answers
Answered by
0
10 REM TO DISPLAY YOUR NAME CLASS AND SECTION.
20 INPUT"ENTER YOUR NAME CLASS AND SECTION";N$,C,S$
40 PRINT "NAME:";N $
50 PRINT "CLASS";CLASS
60 PRINT"SECTION";S $
70 END
20 INPUT"ENTER YOUR NAME CLASS AND SECTION";N$,C,S$
40 PRINT "NAME:";N $
50 PRINT "CLASS";CLASS
60 PRINT"SECTION";S $
70 END
Answered by
7
CODE :
=_= You ignored my comments . I am writing in JAVA ..
class show_off
{
public void main()
{
System.out.println("My humble name is Jishnu Mukherjee");
System.out.println("My proud class is 10");
System.out.println("My section is A"):
}//end of beautiful main method
}//end of the ever beautiful class
NOTE :
(i) Never write the COMMENTS starting from //
(ii) Give a good class name please .
(iii) System.out.println() prints the line .
(iv) Write this code in BlueJ or any other compiler.
Hope you need JAVA program only..
Similar questions