Online Code Compiler

FREEMIUM
By Glavier | Updated a month ago | Tools
Popularity

9.5 / 10

Latency

2,056ms

Service Level

100%

Health Check

N/A

Back to All Discussions

Output Restrictions

Rapid account: Vigneshwarans
vigneshwarans
9 months ago

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 7 months ago

Sorry for the errors, the problem has been fixed.

Rapid account: Vigneshwarans
vigneshwarans Commented 7 months ago

"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 months ago

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 months ago

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

Join in the discussion - add comment below:

Login / Signup to post new comments