Rohit Kumar

Generation

generate functionTue, 22 Nov 2022

number tracking

int count = 0; void addOne(){ count = count + 1; } void getCount(){ return count; }

Want to kickstart your project?Use the new AI Studio to create your code