filmov
tv
Interest Calculator in Java || Java Programming || Simple Interest || Compound Interest

Показать описание
In this video we have shown the creation of Interest Calculator in Java
Code
public class Interest_Calculator
{
public static void main(String args[])
{
char ch='y';
while(ch=='y'||ch=='Y')
{
double p, t, r, si, ci;
int choice;
switch(choice)
{
case 1:
si=(p*t*r)/100;
break;
case 2:
break;
default:
break;
}
}
}
}
Please subscribe our YouTube channel and click on bell Icon.
#java #javaprogramming #javatutorial
Code
public class Interest_Calculator
{
public static void main(String args[])
{
char ch='y';
while(ch=='y'||ch=='Y')
{
double p, t, r, si, ci;
int choice;
switch(choice)
{
case 1:
si=(p*t*r)/100;
break;
case 2:
break;
default:
break;
}
}
}
}
Please subscribe our YouTube channel and click on bell Icon.
#java #javaprogramming #javatutorial