How Can I merge char variable

Or, use the String class with operator+, such as

String message = String("lat") + String(lat) ...and so on