Online Code Compiler

FREEMIUM
Par Glavier | Mise à jour 2 месяца назад | Tools
Popularité

9.5 / 10

Latence

2,154ms

Niveau de service

100%

Health Check

N/A

Retour à toutes les discussions

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.

Participez à la discussion - ajoutez un commentaire ci-dessous:

Connectez-vous / Inscrivez-vous pour publier de nouveaux commentaires