Can someone show me what I did wrong with my java instruction?

Uber

New member
I keep on getting this error: ...java:1: class, interface, enum expected

I'm assuming that the error is in the first line of my instruction. Here's what my instructions look like
{
public class QuadraticEquation{
int a=2;
int b=6;
int c=4;
 
Back
Top