Ask Question
9 July, 15:40

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

+1
Answers (1)
  1. 9 July, 19:23
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers