Skip to content

Instantly share code, notes, and snippets.

@mainey
mainey / assignmentgslc.c
Last active April 4, 2020 16:33
Shopping simulator
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
// BY MICHAEL BENEDICT
struct data {
char name[100];
int qty;