for(OPV=230;OPV<245;OPV++)
{
for(IKW=1.3;IKW<=2.9;IKW++)
{
for(OKW=0.01;OKW<0.50;OKW++)
{
for(OPI=0.05;OPI<0.50;OPI++)
{
OPV=OPV+1;
IKW=IKW++;
OKW=OKW++;
System.out.println( OPV+""+IKW+"+OKW+"+OPI")
My for loop is not giving me result as per the ranges I have given.suggest some modifications if any