12.05.2015 Views

type - David Vernon

type - David Vernon

type - David Vernon

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Simple Arrays<br />

// LIFO: This program reads 30 integers and<br />

// prints them out in reverse order: Last In, First Out<br />

#include <br />

#include <br />

}<br />

int main()<br />

{ const int LENGTH = 30;<br />

int i, a[LENGTH];<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!