Question

Exercise 1: Visual Studio Debugger https://docs.microsoft.com/en-us/visualstudio/debugger/quickstart-debug-with- cplusplus?vi;

I'm having an issue editing the code. Could you please edit the code as the tutorial states and past the console output.

Here is the link. https://docs.microsoft.com/en-us/visualstudio/debugger/quickstart-debug-with-cplusplus?view=vs-2017

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Attached the snapshot

Before Editing

#include <iostream> 2 using namespace std; 4 Bint main) { std::cout << Hello World; //system(cls); std::cout <<testing;

After Editing

#include <iostream> 2 3 using namespace std; 4 5 Eint main() { std::cout << Hello World; //system(cls); std::cout << tes

OUTPUT

Hello Worldtesting1

The code that you were running contains system("cls") which clears the console screen.

Add a comment
Know the answer?
Add Answer to:
; I'm having an issue editing the code. Could you please edit the code as the tutorial states and past the console o...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 6-1 Test and debug the Invoice Application i need help with this please.. all help is...

    6-1 Test and debug the Invoice Application i need help with this please.. all help is appreciated Source code Java: import java.util.Scanner; import java.text.NumberFormat; public class InvoiceApp { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String choice = "y"; while (!choice.equalsIgnoreCase("n")) { // get the input from the user System.out.print("Enter customer type (r/c): "); String customerType = sc.next(); System.out.print("Enter subtotal: "); double subtotal = sc.nextDouble(); // get the discount percent double discountPercent = 0.0; switch(customerType) {...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT