Code

Code – Square root of any number

Problem Statement -Finding the square roots for the given numbers Scope of work – Build a program to find the square root of any two numbers Challenges –    Nil Execution Strategy -Using the …

Continue reading

Code – Production cost for MS rod

Problem Statement -Prepare a production cost with the selling price Scope of work – Build a program to find the details on the production of the MS rod Challenges -The pseudocode is written before …

Continue reading

Code – Production cost for MS rod

Problem Statement -Prepare a production cost for given MS rod Scope of work – Build a program to find the details on the production of the MS rod Challenges -The pseudocode is written before writing …

Continue reading

Code – Inverse of Square Matrix

Problem Statement -Determine the inverse of a square matrix Scope of work – Build a program to find the inverse of adjoint β€˜A’ – Matrix Challenges -Writing the adjoint of a matrix Execution Strategy …

Continue reading

Code – Expenditure on Salary

Problem Statement -Calculating the expenditure on salary Scope of work – Build a program to find expenditure of a month using the BODMAS rule Challenges -Converting decimal to fraction -Calculating …

Continue reading

Code – 3rd Order Determinant

Problem Statement -Solve Determinants problems Scope of work – Build a program to solve the 3rd ordered Determinants problems Challenges –    Nil Execution Strategy -The pseudocode was written in …

Continue reading

Code – Tensile Test on Mild Steel Rod

Problem Statement -Tensile test on a mild steel rod Scope of work – Build a program to calculate the tensile strength of a mild steel Challenges –    To find out the area of the rod after breaking, …

Continue reading

Code – β€œBODMAS” rule

Problem Statement -Basic Boumas Rule functions –Scope of work – Write a program to use the β€œBODMAS ”rule Challenges –    Nil Execution Strategy -Using the BODMAS rule we can calculate the mathematical …

Continue reading

Code – Accept a string from the User

Problem Statement -Accept a string from the user and display the even character Scope of work – Write a program to accept a string from the user and display the even character Challenges –    Nil …

Continue reading

Code – Cutting Speed of the lathe

Problem Statement -Finding cutting speed of the lathe Scope of work -Calculating the range of numbers with current number & previous number Challenges -Difference b/w feed in RPM and speed in RPM …

Continue reading