Hi, this will just be a few seconds. What do I put in the parameter of the for loop?
Specifically this:
For inputC <- 0 to 1 Do
For inputA <- 0 to 1 Do
For inputB <- 0 to 1 Do
Instantiate a FullAdder object named adder passing inputA, input B, and inputC to the ctor.
Send " " followed by inputC followed by " " followed by inputA followed by " " followed by
inputB followwed by " | " to cout.
Send adder.GetOuputC() followed by " " followed by adder.GetOutputS() followowed by endl to cout.
End For
End For
End For