answersLogoWhite

0

You mean 'count' as variable-name? It is optional.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Write a program to find simple interest in perl?

Here's a simple Perl program to calculate simple interest: use strict; use warnings; sub simple_interest { my ($principal, $rate, $time) = @_; return ($principal * $rate * $time) / 100; } my $principal = 1000; # Example principal amount my $rate = 5; # Example interest rate my $time = 2; # Example time in years my $interest = simple_interest($principal, $rate, $time); print "Simple Interest: $interest\n"; This program defines a function to calculate simple interest and then prints the result for given principal, rate, and time values.


What is the simple interest of 7 per annum on 180000?

To calculate simple interest, you can use the formula: Simple Interest = Principal × Rate × Time. For a principal of 180,000 at an interest rate of 7% per annum over one year, the calculation would be: Simple Interest = 180,000 × 0.07 × 1 = 12,600. Thus, the simple interest after one year is 12,600.


How is simple interest useful in real life?

When you put money in the bank , they don't produce more , the use simple interest to charge you fees


How does a financial advisor use simple interest in their job?

you know they use stuff..


How can you use Kindle in a sentence?

The program kindled his interest in antiquarian books.


How can I use the 30 360 day count calculator in Excel to calculate interest payments accurately?

To use the 30/360 day count calculator in Excel for accurate interest payment calculations, input the start date, end date, and the interest rate. Excel will automatically calculate the number of days between the dates based on the 30/360 day count convention, allowing you to determine the interest payment amount more precisely.


Calculate the simple interest on 3050 at 11.5 percent for 7 years?

To calculate the simple interest, use the formula: Interest = Principal × Rate × Time. Here, the principal is 3050, the rate is 11.5% (or 0.115), and the time is 7 years. So, Interest = 3050 × 0.115 × 7 = 2,305.75. The simple interest on 3050 at 11.5 percent for 7 years is 2,305.75.


Write a program using while loop?

//program to find the factorial value f any number using while loop #include<stdio.h> void main() { int i,n,fact=1; printf("Enter the number\n"); scanf("%d",&n); i=n; while (i>=1) { fact=fact*i; i--; } printf("The factorial value=%d",fact); } the above is a program for calculating tha factorial value of any number which is entered by the user


What are some reasons to use simple interest?

several types of clocked flip-flop


Which equation could you use to find the nth term of a simple interest sequence?

345


What is the simple interest on a loan of 8000 pounds over seven years at eleven percent pa?

To calculate simple interest, use the formula: Interest = Principal × Rate × Time. For a loan of 8000 pounds at an interest rate of 11% per annum over seven years, the interest would be: 8000 × 0.11 × 7 = 6176 pounds. Therefore, the simple interest on the loan is 6176 pounds.


How do I use my files from Windows XP in Windows Vista?

Simple. You install whatever program you use to open them.