Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

Rewrite Python and C++ code in C#.Part 1

Rewrite Python and C++ code in C#.Part 1: Python code; rephase code in C#, run the program

and submit – include comments

  1. number= 4
  2. guesscount=0
  3. guess=int(input(“Guess a number between 1 and 10: “))
  4. while guess!=number:
  5. guesscount=guesscount+1
  6. if guess<number:
  7. print(“Your guess is too low”)
  8. elif guess>number:
  9. print(“Your guess is too high”)
  10. else:
  11. print(“You got it!!”)
  12. guess=int(input(“Guess again: “))
  13. print(“You figured it out in “,guesscount,” guesses”)

Part 2: C++ code; rewrite the following code in C#. Run the program and submit. – include comments

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"