1.7 LAB: Input and formatted output: Right-facing arrov Given two input integers for an arrow body and arrowhead (respec
Posted: Fri Jul 01, 2022 5:39 am
1.7 LAB: Input and formatted output: Right-facing arrov Given two input integers for an arrow body and arrowhead (respectively), print a right-facing arrow. Ex: If the input is: 01 the output is: 00000111 000001111 00000111 1 11 11 1 397536 2648356q3zay? LAB ACTIVITY 78 1.7.1: LAB: Input and formatted output: Right-facing arrow 1 #include <iostream> 2 using namespace std; 3 4 int main() { 5 6 int baseChar; int headChar; cin>> baseChar>>headChar; main.cpp naysee Mandrell 0/10