• 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 1
25 XP

0

0%

Status

Offline

Posts

1

Likes

0

Rep

0

Bits

3

0

Months of Service

public class HelloWorld {

public static void main(String[] args)
{
System.out.println("Hello, World");
}
}
 

hiil

H
Member
LEVEL 30
3810 XP

0

0%

Status

Offline

Posts

196

Likes

402

Rep

0

Bits

3,146

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);
}
}
}
 

68,661

18,774

45,159

Cookie12
Top