please fix this programme


#include <iostream.h>
#include <iomanip.h>

union u_student
{
short int number;
int phone;