taralackert
taralackert taralackert
  • 16-03-2021
  • Computers and Technology
contestada

How do you increase the number of tries by one?

tries.add(1)

tries = tries + 1

tries = 1

Respuesta :

klekaelly
klekaelly klekaelly
  • 17-03-2021

Answer:

tries = tries + 1

Explanation:

This is a universal way to increment your variable. In some languages, the following notation also works:

tries++;

tries += 1;

Again, it depends upon the language you are using. Each language has it's own syntax.

Answer Link

Otras preguntas

How is correct : "cus" or "cuz" ?
How is correct : "cus" or "cuz" ?
Does the green tea have coffein ???
How many parrallel lines does a triangle,square,trapezoid,pentagon
The coordinates of the vertices of ANGLE RST are R(-3,5), and S(4,5), and T(4,-2). Find the side lengths to the nearest hundredth and the angle measures to the
How is correct : "cus" or "cuz" ?
Does the green tea have coffein ???
How I say I want to go home in French?
Does the green tea have coffein ???
How is correct : "cus" or "cuz" ?