Posts by Lucas Fiori • 1 point
1 post
-
0
votes0
answers18
viewsQ: Good evening, can anyone tell me what’s wrong with this media program?
Giving static class error for some reason, someone can help? class Media{ public int Media(int a, int b){ return (a + b) / 2; } public double Media2(double a, double b){ return (a + b) / 2; } public…