Exercise 18

This commit is contained in:
akshitgautam42 2023-11-12 10:34:25 +05:30
parent 242707d03b
commit bb7bc32c53

View File

@ -3,7 +3,7 @@
// Fill in the rest of the line that has code missing! No hints, there's no
// tricks, just get used to typing these :)
// I AM NOT DONE
fn main() {
// Characters (`char`)
@ -19,7 +19,7 @@ fn main() {
println!("Neither alphabetic nor numeric!");
}
let // Finish this line like the example! What's your favorite character?
let your_character='7';// Finish this line like the example! What's your favorite character?
// Try a letter, try a number, try a special character, try a character
// from a different language than your own, try an emoji!
if your_character.is_alphabetic() {