Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. --------------------Configuration: <Default>--------------------
  2. C:\Documents and Settings\Admin\Desktop\Prezzo del carburante + spiegazione.java:49: error: illegal start of expression
  3. public double massimo(){ // Considerazioni analoghe vanno fatte per il metodo "massimo". La differenza sta nell'if..
  4. ^
  5. C:\Documents and Settings\Admin\Desktop\Prezzo del carburante + spiegazione.java:49: error: ';' expected
  6. public double massimo(){ // Considerazioni analoghe vanno fatte per il metodo "massimo". La differenza sta nell'if..
  7. ^
  8. C:\Documents and Settings\Admin\Desktop\Prezzo del carburante + spiegazione.java:56: error: illegal start of expression
  9. public double media(){ // costruisco il metodo che mi torna la media di tutti i prezzi.
  10. ^
  11. C:\Documents and Settings\Admin\Desktop\Prezzo del carburante + spiegazione.java:56: error: ';' expected
  12. public double media(){ // costruisco il metodo che mi torna la media di tutti i prezzi.
  13. ^
  14. C:\Documents and Settings\Admin\Desktop\Prezzo del carburante + spiegazione.java:71: error: reached end of file while parsing
  15. }
  16. ^
  17. 5 errors
  18.  
  19. Process completed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement