Skip to content

Instantly share code, notes, and snippets.

View VaradLanke's full-sized avatar
✏️
Learn by doing

Varad Milind Lanke VaradLanke

✏️
Learn by doing
View GitHub Profile
@VaradLanke
VaradLanke / Bowling.cpp
Created May 7, 2025 07:03
Bowling Game code
#include <iostream>
#include <vector>
using namespace std;
struct Frame {
int firstThrow;
int secondThrow;
int thirdThrow;