Discuss the below:
Q1: Rewrite the following pseudo code segment using loop structure
Rewrite the following pseudo code segment using loop structure in the specified languages:
K-> (j+13) /27
Loop:
If k > 10 the goto out
K <- k + 1
I <- 3 * k - 1
Goto loop
Out: . . .
a. Fortran 95
b. Ada
c. C, C++, Java, or C#
Assume all variables are integer type.