User-submitted Java Projects

135
1518 reads
Programming Exercise-Operators -2


Language:
Questions:1
Attempts allowed:Unlimited
Available:Always
Pass rate:75 %
Time limit:0:30:00
Start exercise

Write a java program with the following things done.
1.) Compare the below 3 variables.
2.) Print the maximum of 3 variables.
3.) Print the Minimum of 3 variables.

278
1720 reads
Programing Exercise-Data Types and Assignment


Language:
Questions:1
Attempts allowed:Unlimited
Available:Always
Pass rate:75 %
Time limit:0:30:00
Start exercise

Write a java program with the following things done.
1.) Complete the logic of the program to find the area of circle.
Note: Area of circle= PI * radius * radius.
2.) Display the Output.