0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
3 Posted Topics
![]() | Re: No comments bro. But try searching for help in Google. ![]() |
Re: go to PC settings and search for advanced startup option. There, press restart and it would restart directly into BIOS. Atleast this is what happens in 8.1. Try for it. It should work | |
Re: #include<iostream> using namespace std; int main() { for (int i=5; i>=1; i--) // A loop for spaces { for (int Space=1; Space <= i ; Space++) { cout<<" "; }// Printing Spaces for (int Star=5; Star>=i; Star--) // loop for stars { cout<<"* "; // Notice that one extra space, … |
The End.