DEV Community

Mohammed Salah
Mohammed Salah

Posted on

C++18th code ( start each line with ; ) --> Not clean code

    #include<iostream>
    using namespace std; 
    int main()
    {
cout<<"\n Welcome With Md salah in C++ "
;cout<<"\n The syntax could be write as this shape"
;cout<<"\n But this is a bad shape "
;cout<<"\n So Try To Write  a clean code "<<endl<<endl<<endl; 
return 0 ;  
    }
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay