answersLogoWhite

0

How do you print a series 1 plus 3 plus 5 plus 7 in basic?

Updated: 8/19/2019
User Avatar

Wiki User

11y ago

Best Answer

EXAMPLE 1

PRINT 1+3+5+7

EXAMPLE 2

FOR num% = 1 TO 7 STEP 2

total%=total%+num%

NEXT

PRINT total%

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you print a series 1 plus 3 plus 5 plus 7 in basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

C program to print numbers 1 to n?

how do we use loops in c plus plus programing and what are basic differences between do,for and while loop


Plus 1 blue print for chemistry?

i want plus 1 blue print for all subjects


Is there a difference between you plus plus and plus plus you?

you++ will return the current value of you and increment it. ++you will increment it and then return the new value of you. So, for example: int you = 0; cout << you++; // this will print 0 cout << you; // this will print 1 int you = 0; cout << ++you; // this will print 1 cout << you; // this will also print 1


Write a C program to print the following series 112 122 . 1n2?

write a program to print the series 1/12+1/22+.........+1/n2 ?


What is the name of the series 1 plus 1 plus 2 plus 3 plus 5 plus 8 plus 13 plus 21 plus 34 plus .................................?

That's the beginning of the Fibonacci series.


What is the basic warranty on the 2010 BMW 1-Series?

The 2010 BMW 1-Series has a 4 yr./ 50000 mi. basic warranty.


What is the basic warranty on the 2012 BMW 1-Series?

The 2012 BMW 1-Series has a 4 yr./ 50000 mi. basic warranty.


What is the basic warranty on the 2011 BMW 1-Series?

The 2011 BMW 1-Series has a 4 yr./ 50000 mi. basic warranty.


What is the basic warranty on the 2013 BMW 1-Series?

The 2013 BMW 1-Series has a 4 yr./ 50000 mi. basic warranty.


What is the basic warranty on the 2008 BMW 1-Series?

The 2008 BMW 1-Series has a 4 yr./ 50000 mi. basic warranty.


What is the basic warranty on the 2009 BMW 1-Series?

The 2009 BMW 1-Series has a 4 yr./ 50000 mi. basic warranty.


What is the sum of the arithmetic series of odd numbers below 1 plus 3 plus 5 plus plus 25?

Assuming the series is 1 + 3 + 5 + ... + 25, the answer is 169.