Advertisement
joseleonweb

Untitled

Aug 26th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. public class FaVoltes {
  2.   public static void main(String[] args) {
  3.     int valor = 0;
  4.     int compta = ???;
  5.  
  6.     while ((valor < 30)||(valor%2 == 0)) {
  7.       valor = valor + compta;
  8.       compta++;
  9.     }
  10.     System.out.println(valor);
  11.  
  12.  }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement