Flow chart for 10 to x if x<y otherwise 5 is assigned to x
1)write an algorithm to find the area of a rectangular using pseudocode
2)write an algorithm to find the mean of 5 numbers.
3)write an algorithm to find wether a given number is even or odd
Provide
a) An algorithm
b) Flow chart
c) Pseudocode
(1). To illustrate the assignment of 10 to X if X < Y otherwise
5 is assigned to X.
(2). To compute the sum of the series:
𝑓(𝑥) = 1 + 𝑥 + 𝑥
2 + 𝑥
3 + … + 𝑥
Draw a flowchart that represents assignment of 10 to X if X<Y otherwise 5 will be assigned to X
provide
(a) an algorithm
(b) flowchart
(c) pseudocode
(1) illustrate the assignment from 10 to x
If x<y otherwise 5 Is assigned to x
(2) compute the sum of the series ;
f(x) = 1+x+x^2+x^3+...........+x^n
A salesman wants to travel among 4 or n cities. He wishes to visit maximum or all cities in one day. The order of visiting different cities is not important, but his point of consideration is to minimize distance travelled. In a map this scenario can be described in this way; Cities are represented by nodes, and distance is represented as edges.
Suppose he starts travel from source city ‘A’, visit different cities in the following ways:
Considering the above scenario, you have to choose a suitable algorithm from the following list of algorithms which you think is the best algorithm for the salesman to cover maximum cities by traveling minimum distance.
a physics student is conducting a research on the reaction that occur at night on a metal pole used for traffic light control system. as a programmer and a chemist,develop a flowchart and an algorithm to help the physicist identify the process of other compounds in the metal that is giving the change in the sample given that he has liquid examples of the rusted portion
Flow chart for 10 to x if x<y otherwise 5 is assigned to x
Flow chart for the sum of the series f(x)=1+x +x^2+x^3+...+x^n
Write algorithm for the sum of f(x)=1+x+x^2+x^3+...+x^n