Computer Science, asked by mohammadusman0078600, 9 months ago

Describe an algorithm to add 2 four-digit numbers in C language

Answers

Answered by bidyulatadas39
0

Explanation:

you can search this because the answer is very long and you can write it very shortly new note

hope this will be helpful to you

Attachments:
Answered by AskewTronics
0

Algorithim for addition of two four digit number in c language

Explanation:

  1. Define three variables of type integer.
  2. Then take the two four-digit value from the user and store it into a two defined variable.
  3. Then add the two variables and store the result into the third variable.
  4. Like "variable3=variable1+variable2;"
  5. Then print the value of the variable3.

Detailed Explantion:

  • The above algorithm is in the English language because the algorithm is in the English language only.
  • It works in the c-language compiler when it will be changed into the c-language program.

Learn More:

  • Algorithim : https://brainly.in/question/1861365
Similar questions