eclipse-platform / eclipse-platform/eclipse.platform
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)
- Dominant language
- Java
- Stars
- 165
- Forks
- 174
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 22
Description
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](https://github.com/user-attachments/files/24926249/Screanshot.pptx)
[Screanshot2.pptx](https://github.com/user-attachments/files/24926430/Screanshot2.pptx)
[Screanshot3.pptx](https://github.com/user-attachments/files/24926506/Screanshot3.pptx)
[Screanshot4.pptx](https://github.com/user-attachments/files/24926580/Screanshot4.pptx)
Contributor guide
Assessment
This issue has not been assessed yet.