This media is not supported in your browser
VIEW IN TELEGRAM
University STUDENT getting interviewed rn
#interview 😂
#interview 😂
which one is a type of an array to define a dynamic or continiously changing array
Anonymous Quiz
13%
const <string>
53%
vector<string >
8%
chang<sting>
3%
make<string>
25%
string arrary[] ={};
This media is not supported in your browser
VIEW IN TELEGRAM
I believe this is one reason that ai can't replace human being because it will never be able to think like this
What do you think 👇🏾🧠
What do you think 👇🏾🧠
Forwarded from A2SV | Africa to Silicon Valley (Kenny)
This media is not supported in your browser
VIEW IN TELEGRAM
Driving Africa's Tech Revolution: Get to Know A2SV's Heads of Education🌍✨
At A2SV, our Heads of Education are key to unlocking the future of technology across Africa. These outstanding alumni, once top students, now pass on critical thinking, algorithms, and data structure skills to the next generation. 🖥📘
Leading both in-person classes at AAU, AASTU, ASTU in Ethiopia, and the University of Ghana, as well as our expansive remote learning program, our Heads of Education connect students from 22 African countries with top learning opportunities. Their role goes beyond teaching; they mentor and inspire, paving the way for our students to become the innovators and leaders Africa eagerly anticipates. 🚀📚
Their commitment elevates our initiative, ensuring the delivery of quality tech education in Africa.
At A2SV, our Heads of Education are key to unlocking the future of technology across Africa. These outstanding alumni, once top students, now pass on critical thinking, algorithms, and data structure skills to the next generation. 🖥📘
Leading both in-person classes at AAU, AASTU, ASTU in Ethiopia, and the University of Ghana, as well as our expansive remote learning program, our Heads of Education connect students from 22 African countries with top learning opportunities. Their role goes beyond teaching; they mentor and inspire, paving the way for our students to become the innovators and leaders Africa eagerly anticipates. 🚀📚
Their commitment elevates our initiative, ensuring the delivery of quality tech education in Africa.
#include<iostream>
using namespace std;
int main(){
int a = 5,b = 3,c =1;
{
int a = 8;
a++;
b++;
}
c++;
cout<<a<<b<<c;
}