person
1. Write a java program to input the height of the person and check if the height of the
is greater than or equal to 6 feet then print the message "The person 19 tail".
Answers
Answered by
1
Explanation:
HTML
HEAD
TITILE \..........\
\HEAD
\
Answered by
0
Answer:
import java.util.*;
Class Height
{
int h;
void input()
{
System.out.println(''Enter the height");
if(h>=6)
{
System.out.println("The person is 19 tall");
}
}
}
Similar questions