User: yjarrar

  • Public profile

User profile: yjarrar

User info
User name:yjarrar
History
Joined:
Number of posts:5
Latest posts:

Pointers and Arrays
p=&ar[9]; for ( int i=10; i>0;i--) cout << *p--<< endl; so something like t...

Pointers and Arrays
How can I print the array backwards with the pointer already there? instead of it printing out 1,...

Creating a register; Fruit Stand Program
#include <iostream> #include <string> using namespace std; int main () { char Apples = 1.99; ...

Creating a register; Fruit Stand Program
You are running a roadside fruit stand where you sell Apples, Bananas, Oranges, and Pears. You ar...

Create interest program, and set a table.
Using a given interest rate, balance, and term output a table of adjusted balances each year for the...

This user does not accept Private Messages