Computer Science, asked by tamannashaik456, 9 hours ago

double x[]={2.93,4.65,3.12,9.0,6.0};
for (int j=0;j<5;j++)
{
x[j]+=5; x[j]=x[j]+5
System.out.println(x[j]);
}​

Answers

Answered by Renjitha143r
0

five cannot be taken bcoz the condition is j++

Similar questions