Your GAINZ await...

Get access to the Just FLEX | THE Cookbook 2.0 NOW and start achieving your health & fitness goals while enjoying delicious foods.  

Extending Pre-Order through March 31st, 2021...

countdown
00 Years 00 Months 00 Weeks 00 Days 00 Hours 00 Minutes 00 Seconds

follow @justflex.flexlabs on instagram to connect
& shoot us a DM with any questions...

purchase now to access the COOKBOOK 2.0

the COOKBOOK includes:
- Coach Florexis' flexitarian favorites

- HIgh protein recipes

- simple, 5 ingredient recipes

- vegan recipes

- vegetarian recipes

- low carb recipes
Item
Price
$100
$40
BIlling Information
Full Name
email address
PHone number
street address
Credit Card Number:
CVC Code:
Expiry Month:
Expiry Year:
 ORDER DETAIL
Item
amount
Dynamically Updated
$XX.00
copyright 2021 | Flex university & anytime fitness lynnwood
Gym location: 4114 198th ST SW #7 | lynnwood, wa 98036
425.409.9067
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 class Discount { public static void main(String args[]) { double dis,amount,markedprice,s; markedprice=2772518; dis=50; // 50 mean 50% System.out.println("markedprice= "+markedprice); System.out.println("discount rate="+dis); s=100-dis; amount= (s*markedprice)/100; System.out.println("amount after discount="+amount); } }