Skip to content
View in the app

A better way to browse. Learn more.

Coldplaying

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Your Websites

Featured Replies

mine's in my signature.

 

I have to fix up some pages though.

 

Sailormaxx, I just noticed your av, and i know this isn't the thread for it, but since every thread on here goes offtopic sooner or later, i figured i might as well indulge...lol. so, yeah, i like your av, and actually i have been wanting to go see that movie (lost in translation), it sure has gotten rave reviews from many critics, and also even heard an interview on it on the NPR (Terry Gross' show, which, turns out, comes from PA)

*feels guilty for going off-topic as well* :D

 

It's a really good film! At first I was afraid I wouldn't like, but, obviously, that's not the case. If you don't get to see it in the theatres, it's coming out on video/DVD february 3! *is a geek* :D

 

a good fansite--- http://www.areyouawake.org

 

:)

  • Author

int main()

{

char ans = 'n';

do{

clrscr();

 

//Declarations

double growth = 1000;

int hours = 0;

 

//Calculations

do{

growth = growth * 2;

hours = hours + 12;

}while(growth<1000000);

 

//Output Code

cout<<endl<<endl<<"An organism can double in population every 12 hours."<<endl<<endl;

cout<<"If the orgamism has a population of 1000 it will take about "<<hours<<" hours ";

cout<<"for it to reach a population of one million.";

 

//Run Again Code

cout<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl<<endl;

cout<<endl<<"Do you want to run this program again? (y/n) ";

cin>>ans;

 

}while(ans != 'n');

 

getch();

return 0;

}

 

 

 

 

 

 

Off topic?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.