We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Algorithms
- Warmup
- Time Conversion
- Discussions
Time Conversion
Time Conversion
Sort by
recency
|
5052 Discussions
|
Please Login in order to post a comment
Here is my c++ code
string timeConversion(string s) {
// If time is in "PM" else { if (hh == 12) {
}
Why is this wrong??
Why is this wrong??Why is this wrong??