Hola amigo asunto arreglado creo ke ya hace lo ke kieres ke haga
#include <stdio.h>
#include <stdlib.h>
using namespace std;
main()
{
int num,aux3,aux4, aux;
float aux2;
system("cls");
printf("ingrese un numero ");
scanf("%d",&num);
aux=(num+1)/2;//caso 1
printf("%d\n",aux)...