Skip to content

Instantly share code, notes, and snippets.

public abstract class Mixologist extends Person {
protected static Integer numServings = 0;
protected static synchronized void addServing()
{
numServings++;
}
...
#include <iostream>
#include <ctime>
using namespace std;
int insattning(){
int tal;
cout << "Sätt in 100, 300 eller 500 kr ";
do {