Skip to content

snippet and some screenshots for [eclipse-platform/eclipse.platform] Title: Eclipse Console does not sync stdin/stdout correctly on Windows 11 (Eclipse 4.37.0) (Issue #2440) #2444

@harrivilppola

Description

@harrivilppola

Scanner input = new Scanner(System.in);
System.out.print("Enter your buying price per share: ");
System.out.flush();
double buyingPrice = input.nextDouble();

System.out.println();
System.out.print("Enter the closing price for the day " + day);
System.out.println();
System.out.flush();
closingPrice = input.nextDouble();

Screanshot.pptx

Screanshot2.pptx

Screanshot3.pptx

Screanshot4.pptx

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions