some more

This commit is contained in:
rattatwinko
2025-04-29 20:53:38 +02:00
parent b489370357
commit 79670e7723
9 changed files with 114 additions and 0 deletions

View File

@@ -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;