Question
PLEASE HELP TO ANSWER ASAP: Value of a if i=2 and j=1? Value of a if i=3 and j=2? Value of a if i=2 and
PLEASE HELP TO ANSWER ASAP:
Value of "a" if i=2 and j=1?
Value of "a" if i=3 and j=2?
Value of "a" if i=2 and j=2?
Value of "a" if i=4 and j=4?
Value of "a" if i=1 and j=1?
Value of "a" if i=5 and j=4?
Value of "a" if i=3 and j=1?
Value of "a" if i=4 and j=3?
Value of "a" if i=5 and j=3?
Value of "a" if i=4 and j=2?
Value of "a" if i=25 and j=2?
JAVA PROGRAM:
package com.hello;
public class test2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int x=5, a=1;
for (int i=1; i=x;>
{
for (int j=1; j
{
a=i*j;
}
System.out.println(" +a");
System.out.println(" ");
}
}
}
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started