#include<stdio.h>
int main()
{ 
    int John Yield,Emma Yield;
 printf ("Enter the  John's Yield:");
 scanf ("%d",%John Yield);
 printf ("Enter the emma's yeild:");
 scanf ("%d",&b);
 printf ("John Yeild: %d\n",
 return 0;
}