+ 1
Am trying to write variable declarations, but it showing "no input"😔
4 Respuestas
+ 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';
}
}