Posts
 
Reputation
Joined
Last Seen
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
0 Endorsements
Ranked #55.0K
Ranked #4K
~850 People Reached
About Me

Algorithms are too interesting

Favorite Tags

3 Posted Topics

Member Avatar for humorousone
Member Avatar for bluepc

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

Member Avatar for caperjack
1
354
Member Avatar for SW-ENG mohamed

#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, …

Member Avatar for Kristian_2
0
169

The End.