templates/training/params/paramMedCost.h
2025-01-04 19:45:49 -06:00

6 lines
190 B
C++

class MED_COST {
title = "Medical Cost";
values[]= {0, 200, 400, 600, 800, 1000};
texts[] = {"$0.00","$200.00", "$400.00", "$600.00", "$800.00", "$1000.00"};
default= 400;
};