- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
Im wondering is it possible to change c code to assembly code if its not thanks but if it is can some one give me sum pointers | |
I need help changin this program around right now it tellls rather the number is prime but i need to make the program tell rather the user puts in is even or odd heres a lil code let me knw if i need to put all the code on there … | |
Team Program Project (PrimeNumberProgram) Comment ! Description: This Program sets the Zero flag if the integer entered by the user is prime. (A prime number is evenly divisible by only itself and 1.) ! INCLUDE Irvine32.inc .data heading BYTE "--- Prime Number Program ---", 0dh,0ah,0dh,0ah,0 prompt BYTE "Enter an integer … | |
This suppose to be a simple coin toss program that tells when the coin is fliped it reads heads or tails and this is wat i got so far #include <stdio.h> int example (int h,int t ); int main() { int x1, x2; int x; printf(" Enter 5 to run … | |
write a function [I]multiple[/I] that determines for a pair of integers whether the secone intger is a multiple of the first. The function should take two intger arguments and return 1 (true) if the second is a multiple of the first, and 0 (false) otherwise. Use this function in a … | |
parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10. Assume that no car parks for longer … |
The End.