Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10K People Reached
Favorite Tags
Member Avatar for Justin Kent

hi everyone ,, i have this code below. It seems correct but there is an error. it says here that unexpected token else. function w_tax1() { var z = [0.0,1,0,833,2500,5833,11667,20833,41667]; var sme = [50,1,4167,5000,6667,10000,15833,25000,45833]; var me1s1 = [75,1,6250,7083,8750,12083,17917,27083,47917]; var me2s2 = [100,1,8333,9167,10833,14167,20000,29167,50000]; var me3s3 = [125,1,10417,11250,12917,16250,22083,31250,52083]; var me4s4 = [150,1,12500,13333,15000,18333,24167,33333,54167]; …

Member Avatar for JamesCherrill
0
613
Member Avatar for Justin Kent

hi i just wanna ask because the submission of my restaurant POS System will be tomorrow. it is a very hard time for me. here are the requirements: Restaurant POS (Point of Sale) System Create a basic Restaurant Point of Sale software using C-Language. Your restaurant must have at least …

Member Avatar for rubberman
0
8K
Member Avatar for Justin Kent

hello i have a code in vb.net and my logic is if i will input 13973.88 the nearest number is 10000 but the output was 15833 can you please help me solving this code please? Dim data(,) = { {0.0, 0, 1}, {0.0, 0.05, 4167}, {41.67, 0.1, 5000}, {208.33, 0.15, …

Member Avatar for tinstaafl
0
514
Member Avatar for Justin Kent

hi i am using vb.net multidimensional arrays and i am getting the nearest or closest number i just want to ask if my code was correct or not ? for example i have an input of 13000 and nearest number should be on col 6 can you please help me …

Member Avatar for tinstaafl
0
447