🔒 Closed Pa help sa code snippet na to

Status
Not open for further replies.

Sanji Ken

Honorary Poster
Java:
import java.util.*;
public class Height
{
    public static void main(String[] args)
    {
        Scanner input = new Scanner(System.in);
        System.out.println("Enter your height in feet: ");       
        int height = input.nextInt();
        
        if(height <= 6){
            System.out.println("You must be of European descent." );
        }
        else{
            System.out.println("Are you Asian?");
        }
    }
}

Bakit ayaw mag run nito sa ibang pc application pero sa Jvdroid (cp) gumagana naman
 
1665222158817.png

Working naman eclipse, ano ba gamit mo sa pc?
 
Status
Not open for further replies.

About this Thread

  • 6
    Replies
  • 1K
    Views
  • 2
    Participants
Last reply from:
Sanji Ken

Trending Topics

Online now

Members online
1,153
Guests online
1,026
Total visitors
2,179

Forum statistics

Threads
2,274,706
Posts
28,957,751
Members
1,233,405
Latest member
VEdge2025
Back
Top