'*** Choose which specific times tables number to print out...
intTablesNo%=6
'*** (CL)ear the Output (S)creen...
CLS
'*** Start of FOR/NEXT loop block statement/loop counts upwards from 1 to 12...
FOR intTimesNo%=1 TO 12
'*** PRINT out each times tables number sum...
PRINT intTimesNo%; " X "; intTablesNo%; " = "; intTimesNo%*intTablesNo%
'*** end of FOR/NEXT loop block statement...
NEXT
'*** END of program/halt program code execution...
END
'*** NOTE: Once you understand how the above program works...;
' then, you can safely DELETE all of the explanatory comment statement lines...
' each of which begin with a single apostrophe: ('). -Thanks! ;-)
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
Write a muliiplication story with the factors 2 and 5
Write your own prime number program and find out.
Oh, dude, it's like super easy. You just take two numbers, slap an "x" between them, and voilà, you've got yourself a multiplication number sentence. It's like math magic, but without the rabbits and top hats. So, like, 2 x 3 = 6. Easy peasy, lemon squeezy.
2/3 = 2 x 1/3
how to write a program for matrix multiplication in microprocesspr
write a program that reads a phrase and prints the number of lowercase latters in it using a function for counting? in C program
You first learn how to program in C.
To write repeated multiplication in an exponential notation, you should write the number that has to be multiplied as the base. Count the number of times that the number is used.
a*b = exp (ln a + ln b)
write a program that reads in the size of the side of square and then pints a hollow square of that size out of asterisks and blanks?
Write a c program that reads your first name and surname when you enter them. Each part of your name should not be more than 12 characters. Finally, have the program display your full name.
Write a program to convert a 2-digit BCD number into hexadecimal
you can't write a multiplication mark on a keyboard but you can write a division one. first hold ALT and type 246 (÷) :) The letter 'x'. If using a program like Excel, use *.
on the number keypad press * and on paper write "X"
88 is a two - digit number in maths
you can write by two ways 1 by giving the size of array at declaration 2 by checking condition