Skip to content

bug #4917

Description

@najmarif-617

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

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions