Question: Java Program, need to return the smallest number. This is my code but I keep receiving these error messages. Please help fix my code. >

> run Main.java:14: error: '.class' expected return int a; A Main.java:16: error:'.class' expected return int b; 3 errors > A Main.java:18: error: '.class'

Java Program,

need to return the smallest number.

This is my code but I keep receiving these error messages.

Please help fix my code.

> run Main.java:14: error: '.class' expected return int a; A Main.java:16: error: '.class' expected return int b; 3 errors > A Main.java:18: error: '.class' expected return int c; A

Step by Step Solution

3.55 Rating (162 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Corrected Code public class Main public static voi... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!