-
Notifications
You must be signed in to change notification settings - Fork 316
Closed
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues, especially the pinned issues.
Exception report
bug
Screenshot

Environment data
public class variables {
public static void main(String[] args) {
// Variable declaration and initialization
int myNumber = 10; // Integer variable
double myDouble = 5.5; // Double variable
char myChar = 'A'; // Character variable
String myString = "Hello, World!"; // String variable
boolean myBoolean = true; // Boolean variable
// Printing variables to the console
System.out.println("Integer: " + myNumber);
System.out.println("Double: " + myDouble);
System.out.println("Character: " + myChar);
System.out.println("String: " + myString);
System.out.println("Boolean: " + myBoolean);
}
}
Steps to reproduce
I don't no.
Expected behavior
very bad
Actual behavior
very bad
Metadata
Metadata
Assignees
Labels
No labels