Declare X As Integer
Declare Y As Integer
For (X = 1; X <=2; X++)
For (Y = 3; Y <= 4; Y++)
Write X * Y
End For(Y)
End For(X)
3, 4, 6, 8
1, 3, 2, 4
4, 5, 5, 6
None of these are correct output
None of these are correct output3, 4, 6, 8
An integer is a whole number (not a fractional number) that can be positive, negative, or zero. Examples of integers are: -5, 1, 5, 8, 97, and 3,043. Examples of numbers that are not integers are: -1.43, 1 3/4, 3.14, . 09, and 5,643.1.
Therefore, the correct answer is as given above
learn more about integer: https://brainly.com/question/17695139
#SPJ4