Ask Question

Write a python program to initialize the value of two variables then find sum

+4
Answers (1)
  1. 4 October, 10:47
    0
    jа vascript:

    Let x = 10

    Let y = 10

    Console. log (x + y)

    //outputs 20

    C++:

    Let x = 10

    Let y = 10

    The file is Math. cpp so,

    std::cout << "" + y + "" + x

    g+ + Math. cpp - o Maths

    ./Maths

    //Outputs 20
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a python program to initialize the value of two variables then find sum ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers