0
coding
Can anyone plzz help iam new to coding and they gave me this question and i dont know how to solve it Write a pseudo-code or C Code for the main module that 1: declares 2 integers named first and second 2: properly calls the getInput (defined in A above) to read 2 integers from the user and store them properly in the two variables declared in the previous step 3: Output the phrase multiple if one of the two integers is a multiple of the other
2 Réponses
+ 1
If you are asking such questions, you should show your attempt, or precise the question, at least tell what is the problem. Don't you know how to take input from user, or something else?