Online Code Compiler

FREEMIUM
Durch Glavier | Aktualisiert 2 महीने पहले | Tools
Popularität

9.5 / 10

Latenz

2,154ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

Output Restrictions

Rapid account: Vigneshwarans
vigneshwarans
10 महीने पहले

import java.util.*;
class UserInputDemo
{
public static void main(String[] args)
{
Scanner sc= new Scanner(System.in);
System.out.print("Enter first number- ");
int a= sc.nextInt();
System.out.print("Enter second number- ");
int b= sc.nextInt();
System.out.print("Enter third number- ");
int c= sc.nextInt();
int d=a+b+c;
System.out.println("Total= " +d);
}
}
“This is my sample code, and I received output with System.out prompts like ‘Enter first number-’, ‘Enter second number-’, and ‘Enter third number-’. Is there any way to suppress these prompts, so I receive only the output result without the prompts?”

Actual Output:

output: Enter first number- Enter second number- 'Enter third number- 5

Expected Output:

output: 5

Rapid account: Glavier
Glavier Commented 8 महीने पहले

Sorry for the errors, the problem has been fixed.

Rapid account: Vigneshwarans
vigneshwarans Commented 8 महीने पहले

"Your request seems invalid. Please try to execute again.\n\nIf the problem persists, please try the below solutions: \na) refresh the page \nb) clear the cache \nc) login\nd) try in incognito mode\ne) contact support - "

— can you tell me the exact issue, because my clients are using Code compiler , so they’re asking for the reason?! that’s why I asked.

Thanks Inadvance.

Rapid account: Vigneshwarans
vigneshwarans Commented 9 महीने पहले

THANK YOU!! Could you suggest an alternate solution, like if I don’t use ‘sysout,’ and how can I get the expected output? Thanks in advance.

sysout is mandatory to get output?

Rapid account: Glavier
Glavier Commented 9 महीने पहले

This is related to your coding and unfortunately we cannot provide support on this issue.

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen