string s = "asdfqwer";
s = s.ToUpper(System.Globalization.CultureInfo.CurrentCulture);
write a c program to display marks,total,average,grade using union
I'll just write a function to do that, I hope the good people won't try to run it as it is.... void function() { char c = 'a'; if( c >= 'a' && c <='z' ) System.out.println("LowerCase"); else if( c>='A' && c <='Z' ) System.out.println("UpperCase"); else System.out.println("Special Character"); }
Without knowing the contents of the TippingBucketData.txt file nor how to process it, it would be impossible to say how such a program would be written.
[ string toupper $str ] or [ string tolower $str ]
To generate the sequence "54321012345" based on an input number ( N ), you can write a simple program that first counts down from ( N ) to 0, then counts back up to ( N ). Here's a Python example: N = int(input("Enter a number: ")) result = ''.join(str(i) for i in range(N, -1, -1)) + ''.join(str(i) for i in range(1, N + 1)) print(result) When you input ( N = 5 ), this program will output "54321012345".
tr [:lower:] [:upper:] < /etc/passwd > somefile
write a c program to accept a number and generate a square root cube and exponential values
richTextBox1.Text = richTextBox1.Text.ToUpper(); Simple, but i would execute on a button click, not on a Textchanged Condition.
Here's the code for your program: # Loop through the uppercase alphabet letters for letter in range(ord('A'), ord('Z') + 1): print(chr(letter)) BTW you can use this code in Python and try it out for yourself.
No.
Yes, I can.
Nashik road
write a c program to display marks,total,average,grade using union
I'll just write a function to do that, I hope the good people won't try to run it as it is.... void function() { char c = 'a'; if( c >= 'a' && c <='z' ) System.out.println("LowerCase"); else if( c>='A' && c <='Z' ) System.out.println("UpperCase"); else System.out.println("Special Character"); }
Without knowing the contents of the TippingBucketData.txt file nor how to process it, it would be impossible to say how such a program would be written.
Ii - v - lxxiv Of course when I gave this answer, it was all in uppercase. II, V, and LXXIV, all uppercase.
[ string toupper $str ] or [ string tolower $str ]