Answer to Question #270484 in C++ for josh

Question #270484

Triple Slash by CodeChum Admin Samurais are so awesome! I'd like to imitate their amazing sword skills some time but I just don't have the courage to harm myself, so I'd just like to print out three forward slashes (\) to digitally imitate the samurai's triple slash skill. Haha!  Sounds easy, right? Then code it now!


1
Expert's answer
2021-11-23T05:28:24-0500
#include<iostream>
using namespace std;
int main(){
	cout << "\\\n" << "\\\n" << "\\"; 
	return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS