Rohit Kumar

Generation

generate functionTue, 22 Nov 2022

number tracking

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

Questions about programming?Chat with your personal AI assistant