Code

Code – To find the Place value of a number

Problem Statement -Build a program to find the place value of a number Sow -VS Code -Windows Terminal Challenges – Nil Value Added -Basic Python learnt -If user wants to know the place of any digit in …

Continue reading

Code – To find the Place value of a number

Problem Statement -Build a program to find the place values of the entered number Sow -VS Code -Windows Terminal Challenges – Nil Value Added -Basic Python learnt -If user wants to know the place …

Continue reading

Code – Arithmetic Progression

Problem Statement -Find the Arithmetic Progression Series Scope of work -Build a program to find number of series in arithmetic progression Challenges -Nil Execution Strategy -Write pseudocode in …

Continue reading

Code – Multiplication of Matrix

Problem Statement -To multiple the elements of two or more matrices Scope of work -Build a program to find multiplication of matrices Challenges -Multiplying the matrix of order mp & pn, then the …

Continue reading

Code – Subtraction of Matrices

Problem Statement -To subtract the elements of two or more matrices Scope of work -Build a program to find subtractions of matrices Challenges -Finding the code for subtracting the elements in …

Continue reading

Code – Addition of Matrices

Problem Statement -To add the elements of two or more matrices Scope of work -Build a program to find addition of matrices Challenges –    Finding the code for adding the elements in corresponding …

Continue reading

Code – Numerical to words from 0 – 99999

Problem Statement -To find numerical to word from 0 – 9999 Scope of work -Build a program that converts Numericals to words. Challenges –    Nil Execution Strategy -Write pseudocode -Write the code in …

Continue reading

Code – Numbers to find Divisible by 11

Problem Statement -To find if number is divisible by 11 Scope of work -Build a program to find a number which is divisible by 11 Challenges –    Converting string to integer. Execution Strategy …

Continue reading

Code – Numbers to find Divisible by 9

Problem Statement -To find if number is divisible by 9 Scope of work -Build a program to find a number which is divisible by 9 Challenges –    Finding the sum of digits of given number. Execution …

Continue reading

Code – Numbers to find Divisible by 8

Problem Statement -To find if number is divisible by 8 Scope of work -Build a program to find a number which is divisible by 8 Challenges –    Last three digits numbers divisible by 8. Execution …

Continue reading