Code

Java Script – ‘The Switch Keyword’

Problem Statement -The switch Keyword. Scope of work – Build a Java Script using the “switch” keyword Challenges –    After every console.log we need to use the “break” command Execution Strategy •VS …

Continue reading

Code – Finding the mean Torque in Shafts

Problem Statement -Find the mean torque in shafts. Scope of work – Build a python script to find the mean torque in shafts Challenges –    Use the if and else statements Execution Strategy • VS Code …

Continue reading

Code – Ternary Operator

Problem Statement -Ternary Operator Scope of work – Build an if-else program without using if and else statement Challenges – Nil Execution Strategy – Codecademy Value Added In the JS script of …

Continue reading

Code – Truthy and Falsy statements

Problem Statement -Truthy and Falsy Scope of work – Build a program to use the non-boolean data types, like strings or numbers, which are evaluated when checked inside a condition Challenges – Use if …

Continue reading

Code – A python script to Find torque in shafts

Problem Statement -Finding the Tmean(torque) in shafts Scope of work – Build a code to find out the torque in shafts Challenges – MPa should be converted into 10^6 Execution Strategy •VS Code •DDHB – …

Continue reading

Code Java Script – Logical Operators

Problem Statement -JS Codecademy Course Scope of work – Logical Operators Challenges –    Nil Execution Strategy •VS Code •JS Compiler • Value Added -JS logical Operators learnt

Continue reading

Code – Matrix

Problem Statement -Creating Matrix as per the user input  Scope of work -Build a python script for creating a matrix as per the user input for row and column Challenges -Using list comprehension …

Continue reading

Code – Matrix Addition

Problem Statement -Using nested Loop  Scope of work -Build a python scrip for matrix addition, using nested loop concept Challenges -Adding the two matrices using a nested loop Execution Strategy …

Continue reading

Code – List comprehension

Problem Statement -List comprehension to find all of the numbers from 1 to 100 that are divisible by any single digit  Scope of work -Build a program which will divide any single digit between 1 to …

Continue reading

Code – Adding and Subtracting Matrices in Python

Problem Statement -We will discuss how to add and subtract elements of the matrix in Python.  Scope of work -Make it work or give a possible solution Challenges -Skin the wire Execution Strategy …

Continue reading