About this project 🧭 This repository collects exercises completed as part of the Foundations of Computer Science course during my Bachelor's Degree in Computer Science and Engineering at the ...
double prices[] = {5.0, 10.0, 15.0, 25.0, 20.0, 30.0}; // array with preset values int nums[5]; // array with preset size char name[3] = "Bro"; // array with preset size & value ...