hey ppl, I'm totally new to programming plz help. I'm expected to write a c program for this question for homework.

Using these header files
#include <stdio.h>
#include <conio.h>

Ques
Write a program that will prompt the user to enter an integer value and a character code to indicate whether they want to do a Kilogram to Pounds conversion (A) or a Pounds to Kilogram (B) conversion. Note that 1 kg = 2.2 pounds. The program should then do the necessary conversion indicated by the code and display the newly converted value to the screen.