Which questions you have seen in almost every technical written tests conducted in IT Software company? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Which questions you have seen in almost every technical written tests conducted in IT Software company?

5th Jun 2019, 5:32 PM
$@G@Ā®ļø
$@G@Ā®ļø - avatar
2 Respostas
+ 2
In programming, algorithm is a set of well defined instructions in sequence to solve the problem. Example : Write an algorithm to add two numbers entered by user. Step 1: Start Step 2: Declare variables num1, num2 and sum. Step 3: Read values num1 and num2. Step 4: Add num1 and num2 and assign the result to sum. sumā†num1+num2 Step 5: Display sum Step 6: Stop If you want more examples refer below link https://www.programiz.com/article/algorithm-programming
6th Jun 2019, 3:18 AM
$@G@Ā®ļø
$@G@Ā®ļø - avatar
0
What is an algorithm? Give an example.
5th Jun 2019, 5:44 PM
Charlie S
Charlie S - avatar