Keily Vasquez
Quiz by , created more than 1 year ago

Verdadero o falso

16
0
0
Keily Vasquez
Created by Keily Vasquez almost 8 years ago
Close

Java

Question 1 of 4

1

for (c=0; c<=2; c++)
{
for(f=0; f<=2; f++)
{
System.out.print("dame el valor");
mat[0][f]=loca.nextInt();
}
}

Select one of the following:

  • True
  • False

Explanation

Question 2 of 4

1

Fill the blank space to complete the text.

(intloco=1, liri<=10, liri=liri+1)
{
System.out.println("alejandra")
}

Explanation

Question 3 of 4

1

=2
for(par=2; par<=10; par=par+2)
{
System.out.printlnt(pares)
}

Drag and drop to complete the text.

    Intpar
    Nex
    For
    inpar

Explanation

Question 4 of 4

1

Select from the dropdown list to complete the text.

i=4;
( While, For )(i<=10)
{
System.out.print(i);
i++;

Explanation