Liverpoololympia.com

Just clear tips for every day

FAQ

What is mini HDMI Type C?

What is mini HDMI Type C? Mini-HDMI C Cable Type C connectors are compatible with HDMI 1.4 specification. The Mini-HDMI connector is much smaller than a standard Type A plug. It measures 10.42 mm x 2.42 mm. It still has Read more…

How do you write a Pascal case statement?

How do you write a Pascal case statement? Example. program checkCase; var grade: char; begin grade := ‘A’; case (grade) of ‘A’ : writeln(‘Excellent! ‘ ); ‘B’, ‘C’: writeln(‘Well done’ ); ‘D’ : writeln(‘You passed’ ); ‘F’ : writeln(‘Better try Read more…