some more
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
|
||||
We use the sizeof Opperator here to determine the size of the Array "numbers" {in this case 10} ;
|
||||
After that we print "i" Element in "numbers"
|
||||
|
||||
*/
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user