0% found this document useful (0 votes)
53 views32 pages

Addition of 1 and Last Digit of Number

This document outlines 10 different math and programming tasks that can be performed by clicking buttons or entering values and pressing buttons in a program, including: 1) adding the first and last digits of a number, 2) determining if a number is prime, 3) checking if a number is an Armstrong number, 4) sorting numbers in ascending order, 5) adding even numbers between 2 and 50, 6) printing Armstrong numbers between 2 and 500, 7) transposing a matrix, 8) multiplying two matrices, 9) adding tables, and 10) finding combinations of 3 numbers. It also lists 5 additional tasks that use subroutines or functions to calculate a Fibonacci series, prime factors, prime numbers, factorials, and powers

Uploaded by

jassalvarun
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views32 pages

Addition of 1 and Last Digit of Number

This document outlines 10 different math and programming tasks that can be performed by clicking buttons or entering values and pressing buttons in a program, including: 1) adding the first and last digits of a number, 2) determining if a number is prime, 3) checking if a number is an Armstrong number, 4) sorting numbers in ascending order, 5) adding even numbers between 2 and 50, 6) printing Armstrong numbers between 2 and 500, 7) transposing a matrix, 8) multiplying two matrices, 9) adding tables, and 10) finding combinations of 3 numbers. It also lists 5 additional tasks that use subroutines or functions to calculate a Fibonacci series, prime factors, prime numbers, factorials, and powers

Uploaded by

jassalvarun
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 32

1.

Addition of 1st and last digit of number


Press F5 & Click on command button and enter any
number
Then press ok
2.Enter any key and findout it is prime or not prime
Press F5 ,enter number “4”and click on ok
3. Enter any no. & findout is it Armstrong or not
Armstrong.
Enter any no. “158”and press ok
4. Short the number in ascending order in SDA.
Press F5, enter five numbers and click on ok
5. Addition of even number from 2 to 50
Press F5 and click on ok
6. Print armstrong numbers between 2 to 500
Press F5 and press enter
7. Transpose of a matrix
Press F5 and click on “click to get transpose”
8. Multiplication of two matrix
Press F5 ,enter matrix number and click on multiply
9. Addition of table
Press F5 and enter number “2”and press enter
10. combination of 3 number
Press F5 & enter 3 digits
1. Fibonacci Series By Using Subroutine Procedure
Press F5, Enter Any Number “20” , And Click ok
2. Prime Factors By Using Subroutine Procedure
Press F5, Enter Any Number “96” , And Click ok
3. Prime Number By Using Subroutine Procedure
Press F5, Enter Any Number “96” , And Click ok
4. Factorial By Using Function Procedure
Press F5, Enter Any Number “5” , And Click ok
5. Power By Using Function Procedure
Press F5, Enter Any Number & Its Power “5,3” , And Click
ok

You might also like