Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for victoria_5

i made a property tax program but now i have to use it with pointers. i have to use 3 functions inputtotalsales,calculatetaxes,and displaytaxes.It was easy for me to do this the regular way but im having an issue with pointers . im getting errors saying redeclaration of statetax and countytax …

Member Avatar for tinstaafl
0
360
Member Avatar for victoria_5

im trying to write a c program that asks a user for a string and send it to a function that counts the total number each of vowel and total number of all vowels but i am getting 0's for all can someone tell me why? #include <stdio.h> int countvowels(char[]); …

Member Avatar for ddanbe
1
226
Member Avatar for victoria_5

Im trying to make a program that shifts all my elements of array to the right by one and move the last element into the first position.how would i move the last number out then shift numbers over then move the last number back into the fist position? here is …

Member Avatar for ddanbe
0
324
Member Avatar for victoria_5

I am making a bank program with functions.1 called displaymenu that produces a menu d(make deposit),w(make withdraw),b(check balance) and q(quit).2nd function is getdeposit which accepts balance as parameter and asks user for amount they want to deposit then add amount to balance and return it to main function.3rd getwithdrawal same …

Member Avatar for Reverend Jim
0
593