Online Code Compiler

부분 유료
분류별 Glavier | 업데이트됨 vor 2 Monaten | Tools
인기

9.5 / 10

지연 시간

2,154ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Output Restrictions

Rapid account: Vigneshwarans
vigneshwarans
vor 10 Monaten

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 vor 8 Monaten

Sorry for the errors, the problem has been fixed.

Rapid account: Vigneshwarans
vigneshwarans Commented vor 8 Monaten

"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 vor 9 Monaten

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 vor 9 Monaten

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입