πŸ“Š JAVA
Q. What will be the output of the following Java program?
class Output
{
public static void main(String args[])
{
double x = 3.14;
int y = (int) Math.toDegrees(x);
System.out.print(y);
}
}
  • (A) 0
  • (B) 179
  • (C) 180
  • (D) 360
πŸ’¬ Discuss
βœ… Correct Answer: (B) 179

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
232
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
92%
Success Rate