Skip to content

Instantly share code, notes, and snippets.

View ninijay's full-sized avatar
🏠
Working from home

Zanidd ninijay

🏠
Working from home
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
int main()
{
int con;
con = 0;
int account_balance = 1100;
while(con == 0){
printf("Welcome to the Store App V1.0\n");