• Asignatura: Inglés
  • Autor: misakimei9513
  • hace 8 años

given an int variable n that has already been declared and initialized to a positive value, and another int variable j that has already been declared, use a for loop to print a single line consisting of n asterisks. thus if n contains 5, five asterisks will be printed. use no variables other than n and j. , .

Respuestas

Respuesta dada por: disneygarcia
0

Dada una variable int n que ya ha sido declarada e inicializada a un valor positivo, y otra variable int que ya ha sido declarada, use un bucle for para imprimir una sola línea que consta de n asteriscos. así, si n contiene 5, se imprimirán cinco asteriscos. No utilice variables distintas de n y j. ,.

Preguntas similares