🔒 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,186
Guests online
1,759
Total visitors
2,945

Forum statistics

Threads
2,285,552
Posts
29,031,154
Members
1,218,510
Latest member
Kimzkie0704
Back
Top