My issue
import java.util.*;
class Codechef
{
public static void main (String args)
{
Scanner read = new Scanner(System.in);
int c = a + b;
int a = read.nextInt();
int b = read.nextInt();
System.out.print(c);
}
}
rearrange the following code
Learning course: Practice Java
Problem Link: Rearrange Code Practice Problem in Java - CodeChef