Ask Question
8 May, 12:58

Write a function that receives a string containing a 16-bit binary integer. the function must return the string's integer value

+4
Answers (1)
  1. 8 May, 16:50
    0
    Program z;

    var

    a: integer;

    b: string;

    begin

    readln (b);

    a:=strtoint (b)

    writeln (a);

    end.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write a function that receives a string containing a 16-bit binary integer. the function must return the string's integer value ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers