+ 1
Am trying to write variable declarations, but it showing "no input"đ
4 Answers
+ 3
Oh thanks
+ 3
Am learning đ
+ 2
class MyClass {
public static void main(String[ ] args) {
String name ="David";
int age = 42;
double score =15.9;
char group = 'Z';
}
}