• Telegram Join our Telegram community for updates! Join Now

Programming Hello World

18+
🔥Hot Content Daily
💎Premium Content
Insta/Snap Content
💋Celebs Content
👩 📸 🎬

wolu

W
Member
LEVEL 2
25 XP

0

0%

Status

Offline

Posts

1

Likes

2

Rep

0

Bits

5

0

Months of Service

public class HelloWorld {

public static void main(String[] args)
{
System.out.println("Hello, World");
}
}
 
Reactions:
Liked By 2 members :
hiil Abshshshshshha

hiil

H
Member
LEVEL 30
3710 XP

0

0%

Status

Online

Posts

197

Likes

406

Rep

0

Bits

3,510

1

Years of Service

import java.util.Scanner;

class Scratch{

public static void main(String[] args){
int solution = 6;
System.out.println("Guess a number between 1 and 10");
Scanner userInputScanner = new Scanner (System.in);
int guess = userInputScanner.nextInt();
System.out.println("You guess the number "+ guess);

if(guess == solution){
System.out.println(true);
}
}
}
 
Reactions:
Liked By 1 member :
Abshshshshshha

68,782

18,797

45,253

goofy162
Top