wwe java statements for the following
1. To display your school name,
2. To store a value 5 to a variable 'X'.
3. To store a value 3.3 to a variable 'y'.
4. To store your name to a variable 'n'.
5. To declare a class 'add'.
6. To declare a main function.
SECTION
(Ans
Answers
Answered by
1
Answer:
are time pass kar rhe ho kya
Answered by
1
I knew c++, may it help u
#include<iostream.h>
void main()
{
cout<<"DAV KAPIL DEV";
int x;
x=5;
int y;
y=3.3;
char a[];
a[]="Avi";
class add;
}
last Wala Kya lyka hua h smj nhi aya..
good luck bacche
Similar questions