Can You Help Me Create Morse Code in Pascal?

  • Thread starter Thread starter jugalyash
  • Start date Start date
  • Tags Tags
    Code Pascal
AI Thread Summary
To create a Morse code converter in Pascal, one effective method involves looping through each character of the input string and using a case statement to match each letter to its Morse code equivalent. This approach allows for a straightforward implementation of the conversion process. Sample code is requested to assist with a project, highlighting the need for practical examples for those unfamiliar with Pascal programming.
jugalyash
Messages
3
Reaction score
0
hi
i hav no idea how to creat MORSE CODE IN PASCAL
CAN anyone help me out PLZ
 
Technology news on Phys.org
I believe you wish to program an English to morse code converter. You can complete this task in multiple methods. Loop through each character in a string, and implement a case statement to match the letter to the morse code equaivalent.
 
can u please supply me with atleast one program for this,i need it fr my project i don't noe pascal..thanx a lot .
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top